The Dreamweaver JavaScript API > File manipulation functions > dom.removeCharacterMarkup() |
![]() ![]() ![]() |
Availability
Dreamweaver 3.0
Description
Removes the specified type of character markup from the selection.
Arguments
tagName
tagName
is the tag name associated with the character markup. It must be one of the following strings: "b"
, "cite"
, "code"
, "dfn"
, "em"
, "i"
, "kbd"
, "samp"
, "s"
, "strong"
, "tt"
, "u"
, or "var"
.
Returns
Nothing.
Enabler
None.
![]() ![]() ![]() |